home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / 2skipbe.helpendn < prev    next >
Text File  |  1991-10-23  |  2KB  |  22 lines

  1. +-----------------------------------------------------------------------------+
  2. |                        TEXT1 \skipbefore COMMAND                            |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The \skipbefore command  is always used in conjunction  with the \endnoteformat
  6. (\enf) command, and will  set the amount of vertical space  before the endnotes
  7. are printed.  The format for the \skipbefore command is:                       
  8.                                                                                
  9.           \endnoteformat{                                                      
  10.           \skipbefore{xx}                                                      
  11.           }                                                                    
  12.                                                                                
  13. Where "xx" is expressed in \baselines or any valid TeX measurement (pt, pc, in,
  14. etc.). For example,                                                            
  15.                                                                                
  16.          \endnoteformat{                                                       
  17.          \skipbefore{1.5in}                                                    
  18.          }                                                                     
  19.                                                                                
  20. would put one and one-half inches of vertical space before the beginning of the
  21. endnote text.                                                                  
  22.